/* alternate colors: skin2 */ 
ul.skin2 a {
	background-color:#667283;
	color:#001334 !important;
	border:#848b99 1px solid;
	}  

/* mouseover state */ 
ul.skin2 a:hover {
	background-color:#ced2d8;
	color:#001334 !important;
	border:#848b99 1px solid;
}  

/* active tab */ 
ul.skin2 a.current {
	background-color:#ced2d8;
	color:#001334;

     }  

/* tab pane with background gradient */ 
div.skin2 div {
	height:252px;
	color:#001334;
	/* IE6 does not support PNG24 images natively */     
	background-image: url(../images/scroller_images/bkgd.jpg);
	background-repeat: no-repeat;

}



/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:26px;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a {
	float:left;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	padding:4px 19px;
	text-decoration:none;
	height:18px;
	background-color:#667283;
	color:#001334;
	margin-right:0px;
	position:relative;
	top:1px;
}

ul.css-tabs a:hover {
	background-color:#ced2d8;
	color:#001334;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#ced2d8;
	color:#001334;
	cursor:default;
}

	
/* tab pane */
div.css-panes div {
	display:none;
	height:252px;
	padding:25px 20px;
	background-image:url(../images/scroller_images/bkgd.jpg);
	background-repeat:no-repeat;
	width:466PX;
	
}





